打开SCCM2012的控制台点击左侧栏的“管理”选项,然后展开“层次结构配置”,点击“发现方法”来配置客户端发现。勾寻启用Active
Directory林发现”、“发现Active
Directory站点边界时自动创建这些站点边界”和“发现IP子网时自动创建这些子网的IP地址范围边界”,并设置运行..
分类:
其他好文 时间:
2014-08-06 15:04:22
阅读次数:
311
这个博客太简单了!想到可能有其他朋友也遇到这个问题,就记录一下。
今天把一个之前在Windows上的Java项目放到Mac OS X上运行,本来觉得应该很简单的事情,结果还是报:
Exception in thread “main” java.io.IOException: No such file or directory
at java.io.UnixFileSystem.c...
分类:
编程语言 时间:
2014-08-06 01:56:40
阅读次数:
240
A treewalk for splitting a file directory is disclosed for parallel execution of work items over a filesystem. The given work item is assigned to a wo...
分类:
其他好文 时间:
2014-08-05 02:57:08
阅读次数:
456
今天尝试在ubuntu下搭建tomcat,因为某些事情 中途删掉了,后来想重装居然出现了chmod: cannot access `/etc/tomcat7/tomcat-users.xml': No such file or directory导致无法正常安装,后来google 了一下,发现了解决...
分类:
其他好文 时间:
2014-08-01 19:34:32
阅读次数:
233
错误举例:
..\..\Libraries\STM32_USB-FS-Device_Driver\inc\usb_type.h(21): error: #5: cannot open source input file "usb_conf.h": No such file or directory
这是因为没有设置 STM32 固件库的目录, 编译器就默认到 “Keil”根目录下的某某目录找...
分类:
其他好文 时间:
2014-08-01 16:07:51
阅读次数:
294
//文件或目录转换成 TreeViewprocedure DirToTreeView(Tree: TTreeView; Directory: string; Root: TTreeNode; IncludeFiles:Boolean);varSearchRec: TSearchRec;ItemTem...
分类:
其他好文 时间:
2014-08-01 12:52:21
阅读次数:
267
【划分磁盘】#fdisk/dev/sdb n p 1 enter +200M n p 1 enter +512M#mke2fs-text4/dev/sdb1#mke2fs-text4/dev/sdb2----------------------------------------------【安装grub】#mkdir/mnt/boot#mout/dev/sdb1/mnt/boot/#grub-install--root-directory=/mnt/dev/sdb#syn..
分类:
其他好文 时间:
2014-08-01 11:01:02
阅读次数:
233
在活动目录(Active Directory)中,有两种身份验证机制:NTLM和Kerberos。其中NTLM(NT LAN Manager)是基于旧版加密方式的授权协议,微软不建议再使用。...
分类:
Web程序 时间:
2014-08-01 10:50:41
阅读次数:
250
在server.xml里的<host>标签下加上 <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="localhost_access_log." suffix=".txt" pattern="common" resolveHosts="false"/> 就...
分类:
其他好文 时间:
2014-08-01 00:18:21
阅读次数:
334
1.mkdir(make directory) 创建一个文件夹。 ex:mkdir input 2.rm(remove) ex:rm input 3.ls -a 显示当前目录所有文件 ls -al 显示当前目录下所有文件的详细信息 4.rmdir 删除文件夹 5....
分类:
系统相关 时间:
2014-07-31 16:28:07
阅读次数:
246